<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;} 
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;} 
img,input{border:none;vertical-align:middle;} 
body{font-family:"微软雅黑";font-size:12px;background-color:#fff;color:#333;margin: 0;padding: 0;} 
html{overflow-y:scroll;} 
ul,ol{list-style-type:none;} 
th,td,input{font-size:12px;} 
h3{font-size:14px;} 
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;} 
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;} 
.clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;} 
.clearfix:after{content:"";display:block;clear:both;} 
.clearfix{zoom:1;} 
a{text-decoration:none;color: #383838;} 
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"],input[type="password"]  {-webkit-appearance: none;background: none;outline: none;}
textarea {-webkit-appearance: none;outline: none;} 
select{outline: none;}
.lf{float: left;}
.rt{float: right;}
@font-face {
  font-family: he; /*这里是说明调用来的字体名字*/
  src: url('HELVETICANEUELTSTD-TH.OTF'); /*这里是字体文件路径*/
}
</pre></body></html>